/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
version: 2.8.2r1
liuyue 20231115
*/
@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}
/*address,*/
/*caption,*/
/*cite,*/
/*code,*/
/*dfn,*/
/*em,*/
/*strong,*/
/*th,*/
/*var,*/
/*optgroup {*/
/*    font-style: inherit;*/
/*    font-weight: inherit;*/
/*}*/

del,
ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
    color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
    *font-size: 100%;
}
a{
    outline: none;
}
.fl {
    float: left;
}
.fr{
    float: right;
}
.clear {
    clear: both;
}
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */    color: #999999; }

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */   color: #999999; }

input::-moz-placeholder { /* Mozilla Firefox 19+ */   color: #999999; }

input:-ms-input-placeholder { /* Internet Explorer 10-11 */   color:   #999999; }
::-webkit-scrollbar {
    width: 3px;
}
::-webkit-scrollbar-track {
    background-color: #fff;
}
::-webkit-scrollbar-thumb {
    background-color: #fff;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

::-webkit-scrollbar-thumb:active {
    background-color: #aaa;
}
@font-face {
    font-family: "YaHeiUI";
    src: url("../../../fonts/MicrosoftYaHeiUI.woff") format("woff"),
    url("../../../fonts/MicrosoftYaHeiUI.ttf") format("truetype"),
    url("../../../fonts/MicrosoftYaHeiUI.eot") format("embedded-opentype"),
    url("../../../fonts/MicrosoftYaHeiUI.svg") format("svg"),
    url("../../../fonts/MicrosoftYaHeiUI.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "La";
    src: url("../../../fonts/Lato-Regular.woff") format("woff"),
    url("../../../fonts/Lato-Regular.ttf") format("truetype"),
    url("../../../fonts/Lato-Regular.eot") format("embedded-opentype"),
    url("../../../fonts/Lato-Regular.svg") format("svg"),
    url("../../../fonts/Lato-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Lato-B";
    src: url("../../../fonts/Lato-Bold.woff") format("woff"),
    url("../../../fonts/Lato-Bold.ttf") format("truetype"),
    url("../../../fonts/Lato-Bold.eot") format("embedded-opentype"),
    url("../../../fonts/Lato-Bold.svg") format("svg"),
    url("../../../fonts/Lato-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: icon;
    src: url('../../../fonts/iconfont.eot');
    src: url('../../../fonts/iconfont.eot?#iefix') format('embedded-opentype'),url('../../../fonts/iconfont.woff') format('woff'),url('../../../fonts/iconfont.ttf') format('truetype'),url('../../../fonts/iconfont.svg#iconfont') format('svg');
}
@font-face {
    font-family: "YaHei";
    src: url("../../../fonts/MicrosoftYaHei.woff") format("woff"),
    url("../../../fonts/MicrosoftYaHei.ttf") format("truetype"),
    url("../../../fonts/MicrosoftYaHei.eot") format("embedded-opentype"),
    url("../../../fonts/MicrosoftYaHei.svg") format("svg"),
    url("../../../fonts/MicrosoftYaHei.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
/*footer 开始*/
.footer {
    width: 100%;
    min-width: 1380px;
    height: 596px;
    background: #03469F;
}
.footerbox {
    width: 1260px;
    height: 420px;
    margin: 0 auto;
    border: 1px solid #03469F;
    display: flex;
}
.footerboxitem1 {
    width: 270px;
    height: 100%;
    display: inline-block;
    margin-right: 155px;
}
.footerboxitem1logo {
    width: 100%;
    height: 72px;
    background: url("../../../images/web/indexnew/headerlogo2.png") left center no-repeat;
    margin-top: 42px;
    margin-bottom: 18px;
}
.footerboxitem1desc {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    text-align: justify;
}
.footerboxitem2 {
    width: 220px;
    height:100%;
    margin-right: 145px;
}
.footerboxitem2t {
    width: 100%;
    height: 72px;
    background: url("../../../images/web/indexnew/footerline.png") left bottom no-repeat;
    margin-top: 42px;
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 72px;
}
.footerboxitem2a a {
    display: block;
    text-decoration: none;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
.footerboxitem3 {
    width: 180px;
    height:100%;
    margin-right: 145px;
}
.footerboxitem3t {
    width: 100%;
    height: 72px;
    background: url("../../../images/web/indexnew/footerline.png") left bottom no-repeat;
    margin-top: 42px;
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 72px;
}
.footerboxitem3a a {
    display: block;
    text-decoration: none;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
.footerboxitem3a a:last-child {
    margin-top: 47px;
    width: fit-content;
    border-bottom: 1px solid #fff;
}
.footerboxitem4 {
    width: 160px;
    height:100%;
}
.footerboxitem4t {
    width: 100%;
    height: 72px;
    background: url("../../../images/web/indexnew/footerline.png") left bottom no-repeat;
    margin-top: 42px;
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 72px;
}
.footerboxitem4a {
    margin-top: 37px;
}
.footerboxitem4a a.footerboxitem4a1 {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 6px;
    margin-bottom: 8px;
}
.footerboxitem4a a.footerboxitem4a2 {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    margin-bottom: 8px;
}
.footerboxitem4a a.footerboxitem4a3 {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-bottom: 8px;
}
.footerboxitem4a a.footerboxitem4a3 img {
    width: 38px;
    height: 38px;
    transition: transform 0.5s ease-in-out;
}
.footerboxitem4a a.footerboxitem4a3 img:hover {
    transform: scale(2.4);
}
.footerboxitem4a a.footerboxitem4a4 {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 7px;
}
.footerboxitem4a a.footerboxitem4a5 {
    display: inline-block;
    width: 38px;
    height: 38px;
}
.footerboxitem4a a.footerboxitem4a6 {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 10px;
}
.footerbah {
    width: 1260px;
    margin: 0 auto;
}
.footerbah p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
/*footer 结束*/
/*
首页新吧台1  不要老吧台了20230621，一切又要从头开始,唉。
 */
.toolbar1Contain {
    width: 119px;
    height: 492px;
    background:  url("../../../images/web/toolbar/toolbarbg.png") top center no-repeat;
    position: fixed;
    top:50%;
    right:0;
    transform: translate(0,-50%);
    z-index: 1002;
    text-align: center;
    color: #898989;
}
.toolbar1Contain .toolbar1box {
    width: 98px;
    height: 450px;
    position: absolute;
    top: 21px;
    right: 0;
}
.toolbar1Contain .toolbar1box .toolbar1boxicon1,
.toolbar1Contain .toolbar1box .toolbar1boxicon2,
.toolbar1Contain .toolbar1box .toolbar1boxicon3,
.toolbar1Contain .toolbar1box .toolbar1boxicon4,
.toolbar1Contain .toolbar1box .toolbar1boxicon5 {
    width: 100%;
    height: 88px;
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;
}
.toolbar1Contain .toolbar1box .toolbar1boxicon1 p,
.toolbar1Contain .toolbar1box .toolbar1boxicon2 p,
.toolbar1Contain .toolbar1box .toolbar1boxicon3 p,
.toolbar1Contain .toolbar1box .toolbar1boxicon4 p,
.toolbar1Contain .toolbar1box .toolbar1boxicon5 p {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #898989;
    margin-top: 57px;
    cursor: pointer;
}
.toolbar1Contain .toolbar1box .toolbar1boxicon1:hover p,
.toolbar1Contain .toolbar1box .toolbar1boxicon2:hover p,
.toolbar1Contain .toolbar1box .toolbar1boxicon3:hover p,
.toolbar1Contain .toolbar1box .toolbar1boxicon4:hover p,
.toolbar1Contain .toolbar1box .toolbar1boxicon5:hover p {
    color: #291895;
}
.toolbar1Contain .toolbar1box .toolbar1boxicon1 {
    background:  url("../../../images/web/toolbar/toolbarchat.png") center 20px no-repeat;
}
.toolbar1Contain .toolbar1box .toolbar1boxicon2 {
    background:  url("../../../images/web/toolbar/toolbaremail.png") center 20px no-repeat;
}
.toolbar1Contain .toolbar1box .toolbar1boxicon3 {
    background:  url("../../../images/web/toolbar/toolbaraudition.png") center 20px no-repeat;
}
.toolbar1Contain .toolbar1box .toolbar1boxicon4 {
    background:  url("../../../images/web/toolbar/toolbarapp.png") center 20px no-repeat;
}
.toolbar1Contain .toolbar1box .toolbar1boxicon5 {
    background:  url("../../../images/web/toolbar/toolbaraccount.png") center 20px no-repeat;
}
.toolbar1Contain .toolbar1box .toolbar1boxicon1 .toolbar1boxicon1code {
    position: absolute;
    visibility: hidden;
    width: 271px;
    height: 294px;
    background:  url("../../../images/web/toolbar/toolbarchatcode.png") center center no-repeat;
    opacity: 0;
    transform: translate(0, 10px);
    transition: all 0.3s ease-in-out;
    right: 100px;
    bottom: -200px;
    z-index: 9999;
}
.toolbar1Contain .toolbar1box .toolbar1boxicon1:hover .toolbar1boxicon1code {
    visibility: visible;
    transform: translate(0, 0px);
    opacity: 1;
}
.toolbar1boxicon1top {
    position: absolute;
    top: 21px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: center;
}
.toolbar1boxicon1bottom {
    position: absolute;
    top: 250px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.toolbar1Contain .toolbar1box .toolbar1boxicon2 .toolbar1boxicon2email {
    position: absolute;
    display: none;
    width: 374px;
    height: 520px;
    background:  url("../../../images/web/indexnew/pop-up-bg1.png") center center no-repeat;
    transform: translate(0, 10px);
    transition: all 0.3s ease-in-out;
    right: 100px;
    bottom: -295px;
    z-index: 9999;
}
.toolbar1Contain .toolbar1box .toolbar1boxicon2:hover .toolbar1boxicon2email {
    display: block;
    transform: translate(0, 0px);
}
.toolbar1boxicon2emailcurrent {
    display: block;
    transform: translate(0, 0px);
}
.toolbar1boxicon2emailti {
    width: 100%;
    height: 85px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.toolbar1boxicon2emailti  .toolbar1boxicon2emailtip {
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}
.toolbar1boxicon2emailbg {
    width: 320px;
    height: 100%;
    margin-left: 20px;
    position: relative;
}
.toolbar1boxicon2emailbox {
    /*width: 218px;*/
    /*margin-left: 23px;*/
}

.toolbar1boxicon2emailboxtop {
    width: 320px;
    height: 360px;
    background: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
    border-radius: 8px;
}
.toolbar1boxicon2emailboxwidth {
    width: 280px;
    height: 100%;
    margin: 0 auto;
    padding-top: 10px;
    box-sizing: border-box;
}
.toolbar1boxicon2emailbox1 {
    /*width: 100%;*/
    /*margin-top: 10px;*/
}
.toolbar1boxicon2emailbox_name {
    width: 100%;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 3px;
    text-align: left;
}
.toolbar1boxicon2emailbox1 input{
    width: 100%;
    height: 30px;
    padding: 0;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    text-indent: 8px;
    outline: none;
}
.toolbar1boxicon2emailbox1 textarea{
    width: 100%;
    height: 80px;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    text-indent: 8px;
    outline: none;
    padding-top: 4px;
}
.toolbar1boxicon2emailboxtip {
    color: #8B8B8B;
    margin: 0 auto;
    text-align: center;
    width: 82%;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}
.toolbar1boxicon2emailboxbutton {
    width: 180px;
    height: 36px;
    background: linear-gradient(0deg, #FFC800 0%, #FF9800 100%);
    border-radius: 18px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    line-height: 36px;
    text-align: center;
    margin: 20px auto 0;
}
.toolbar1Contain .toolbar1box .toolbar1boxicon4 .toolbar1boxicon4code {
    position: absolute;
    visibility: hidden;
    width: 140px;
    height: 292px;
    /*background:  url("../../../images/web/download/code.png") center center no-repeat;*/
    opacity: 0;
    transform: translate(0, 10px);
    transition: all 0.3s ease-in-out;
    right: 130px;
    bottom: -90px;
    z-index: 9999;
}
.toolbar1Contain .toolbar1box .toolbar1boxicon4 .toolbar1boxicon4code img {
    width: 150px;
    height: 150px;
}
.toolbar1Contain .toolbar1box .toolbar1boxicon4 .toolbar1boxicon4code img:last-child {
    margin-top: 20px;
}
.toolbar1Contain .toolbar1box .toolbar1boxicon4:hover .toolbar1boxicon4code {
    visibility: visible;
    transform: translate(0, 0px);
    opacity: 1;
}
.toolbar1Contain .toolbar1box .toolbar1boxicon5 .toolbar1boxicon5code {
    position: absolute;
    visibility: hidden;
    width: 271px;
    height: 295px;
    background:  url("../../../images/web/index/gzcode.png") center center no-repeat;
    opacity: 0;
    transform: translate(0, 10px);
    transition: all 0.3s ease-in-out;
    right: 100px;
    bottom: -0px;
    z-index: 9999;
}
.toolbar1boxicon5top {
    position: absolute;
    top: 21px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: center;
}
.toolbar1boxicon5bottom {
    position: absolute;
    top: 250px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: center;
}
.toolbar1Contain .toolbar1box .toolbar1boxicon5:hover .toolbar1boxicon5code {
    visibility: visible;
    transform: translate(0, 0px);
    opacity: 1;
}
.toolbar1boxicon2emailboxV {
    width: 320px;
    height: 390px;
    background:#FFFFFF url("../../../images/web/indexnew/pop-up-n.png") center 97px no-repeat;
    text-align: center;
    font-weight: 400;
    color: #8B8B8B;
    line-height: 20px;
    font-size: 14px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
    border-radius: 8px;
    border: 1px solid transparent;
}
.toolbar1boxicon2emailboxVtip {
    margin-top: 175px;
}
/*
青少页面的新吧台1  不要老吧台了20230627，加油。
 */
.toolbar2Contain {
    width: 120px;
    height: 402px;
    background:  url("../../../images/web/toolbar/toolbarqsbg.png") top center no-repeat;
    position: fixed;
    top:50%;
    right:0;
    transform: translate(0,-50%);
    z-index: 999;
    text-align: center;
    color: #898989;
}
.toolbar2Contain .toolbar2box {
    width: 98px;
    height: 450px;
    position: absolute;
    top: 21px;
    right: 0;
}
.toolbar2Contain .toolbar2box .toolbar2boxicon1,
.toolbar2Contain .toolbar2box .toolbar2boxicon2,
.toolbar2Contain .toolbar2box .toolbar2boxicon3,
.toolbar2Contain .toolbar2box .toolbar2boxicon4,
.toolbar2Contain .toolbar2box .toolbar2boxicon5 {
    width: 100%;
    height: 88px;
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;
}
.toolbar2Contain .toolbar2box .toolbar2boxicon1 p,
.toolbar2Contain .toolbar2box .toolbar2boxicon2 p,
.toolbar2Contain .toolbar2box .toolbar2boxicon3 p,
.toolbar2Contain .toolbar2box .toolbar2boxicon4 p,
.toolbar2Contain .toolbar2box .toolbar2boxicon5 p {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #898989;
    margin-top: 57px;
    cursor: pointer;
}
.toolbar2Contain .toolbar2box .toolbar2boxicon1:hover p,
.toolbar2Contain .toolbar2box .toolbar2boxicon2:hover p,
.toolbar2Contain .toolbar2box .toolbar2boxicon3:hover p,
.toolbar2Contain .toolbar2box .toolbar2boxicon4:hover p,
.toolbar2Contain .toolbar2box .toolbar2boxicon5:hover p {
    color: #291895;
}
.toolbar2Contain .toolbar2box .toolbar2boxicon1 {
    background:  url("../../../images/web/toolbar/toolbarchat.png") center 20px no-repeat;
}
.toolbar2Contain .toolbar2box .toolbar2boxicon2 {
    background:  url("../../../images/web/toolbar/toolbaremail.png") center 20px no-repeat;
}
.toolbar2Contain .toolbar2box .toolbar2boxicon3 {
    background:  url("../../../images/web/toolbar/toolbaraudition.png") center 20px no-repeat;
}
.toolbar2Contain .toolbar2box .toolbar2boxicon4 {
    background:  url("../../../images/web/toolbar/toolbarapp.png") center 20px no-repeat;
}
.toolbar2Contain .toolbar2box .toolbar2boxicon5 {
    background:  url("../../../images/web/toolbar/toolbaraccount.png") center 20px no-repeat;
}
.toolbar2Contain .toolbar2box .toolbar2boxicon1 .toolbar2boxicon1code {
    position: absolute;
    visibility: hidden;
    width: 271px;
    height: 294px;
    background:  url("../../../images/web/toolbar/toolbarqscode.png") center center no-repeat;
    opacity: 0;
    transform: translate(0, 10px);
    transition: all 0.3s ease-in-out;
    right: 100px;
    bottom: -200px;
    z-index: 9999;
}
.toolbar2Contain .toolbar2box .toolbar2boxicon1:hover .toolbar2boxicon1code {
    visibility: visible;
    transform: translate(0, 0px);
    opacity: 1;
}
.toolbar2boxicon1top {
    position: absolute;
    top: 21px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: center;
}
.toolbar2boxicon1bottom {
    position: absolute;
    top: 250px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.toolbar2Contain .toolbar2box .toolbar2boxicon2 .toolbar2boxicon2email {
    position: absolute;
    /*visibility: hidden;*/
    display: none;
    width: 272px;
    height: 498px;
    background:  url("../../../images/web/indexnew/toolbaremailbg1.png") center center no-repeat;
    /*opacity: 0;*/
    transform: translate(0, 10px);
    transition: all 0.3s ease-in-out;
    right: 100px;
    bottom: -240px;
    z-index: 9999;
}
.toolbar2Contain .toolbar2box .toolbar2boxicon2:hover .toolbar2boxicon2email {
    /*visibility: visible;*/
    display: block;
    transform: translate(0, 0px);
    /*opacity: 1;*/
}
.toolbar2boxicon2emailcurrent {
    /*visibility: visible;*/
    display: block;
    transform: translate(0, 0px);
    /*opacity: 1;*/
}
.toolbar2boxicon2emailti {
    width: 100%;
    height: 55px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 60px;
}
.toolbar2boxicon2emailbox {
    width: 218px;
    margin-left: 23px;
}
.toolbar2boxicon2emailbox1 {
    width: 100%;
    margin-top: 10px;
}
.toolbar2boxicon2emailbox_name {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}
.toolbar2boxicon2emailbox1 input{
    width: 100%;
    height: 24px;
    padding: 0;
    border: none;
    background: #F5F5F5;
    border-radius: 5px;
    margin-top: 5px;
    text-indent: 8px;
    outline: none;
}
.toolbar2boxicon2emailbox1 textarea{
    width: 97%;
    height: 70px;
    border: none;
    background: #F5F5F5;
    border-radius: 5px;
    margin-top: 5px;
    text-indent: 8px;
    outline: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.toolbar2boxicon2emailboxtip {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #8B8B8B;
    line-height: 20px;
}
.toolbar2boxicon2emailboxbutton {
    width: 80px;
    height: 30px;
    border-radius: 5px;
    background: #489BF1;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    margin: 10px auto;
}
.toolbar2Contain .toolbar2box .toolbar2boxicon4 .toolbar2boxicon4code {
    position: absolute;
    visibility: hidden;
    width: 140px;
    height: 292px;
    background:  url("../../../images/web/download/code.png") center center no-repeat;
    opacity: 0;
    transform: translate(0, 10px);
    transition: all 0.3s ease-in-out;
    right: 130px;
    bottom: -90px;
    z-index: 9999;
}
.toolbar2Contain .toolbar2box .toolbar2boxicon4:hover .toolbar2boxicon4code {
    visibility: visible;
    transform: translate(0, 0px);
    opacity: 1;
}
.toolbar2Contain .toolbar2box .toolbar2boxicon5 .toolbar2boxicon5code {
    position: absolute;
    visibility: hidden;
    width: 271px;
    height: 295px;
    background:  url("../../../images/web/index/gzcode.png") center center no-repeat;
    opacity: 0;
    transform: translate(0, 10px);
    transition: all 0.3s ease-in-out;
    right: 100px;
    bottom: -0px;
    z-index: 9999;
}
.toolbar2boxicon5top {
    position: absolute;
    top: 21px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: center;
}
.toolbar2boxicon5bottom {
    position: absolute;
    top: 250px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: center;
}
.toolbar2Contain .toolbar2box .toolbar2boxicon5:hover .toolbar2boxicon5code {
    visibility: visible;
    transform: translate(0, 0px);
    opacity: 1;
}
.toolbar2boxicon2emailboxV {
    width: 150px;
    height: 150px;
    margin: 70px auto 0;
    background: url("../../../images/web/toolbar/toolbarV.png") top center no-repeat;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #8B8B8B;
    line-height: 20px;
    padding-top: 67px;
}